home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 3 / CD ACTUAL 3.iso / linux / system / httpd-3.0-t / httpd-3 / usr / local / lib / httpd / config / all.conf next >
Encoding:
Text File  |  1994-06-11  |  3.6 KB  |  164 lines

  1. #
  2. #    Template configuration file for cern_httpd
  3. #
  4. #    This contains all the directives that cern_httpd currently
  5. #    understands. However, this is *not* a substitution for reading
  6. #    the manual!
  7. #
  8. # IMPORTANT:
  9. #    Default values are in {curly braces} values that you need to
  10. #    provide are in <angle brackets>, but braces and brackets are
  11. #    *NOT* part of the syntax!
  12. #
  13. # See:
  14. #    <http://info.cern.ch/hypertext/WWW/Daemon/User/Config/Overview.html>
  15. #
  16. # for more information.
  17. #
  18. # Written by:
  19. #    Sean Gonzalez on April 29, 1994 <Sean@ZIS.Ziff.COM>
  20. #
  21.  
  22. #
  23. # *** GENERAL SETTINGS/DIRECTIVES ***
  24. #
  25.  
  26. ServerRoot            /some/path/server_root
  27. #HostName            your.full.host.name
  28. ServerType            StandAlone
  29. Port                80
  30. PidFile                httpd-pid
  31. UserId                httpd
  32. GroupId                httpd
  33. #Enable                {GET HEAD POST}
  34. #Disable            {all others}
  35. #IdentityCheck            {Off}
  36. #DNSLookup            {On}
  37. #Welcome            {Welcome.html welcome.html index.html}
  38. #AlwaysWelcome            {On}
  39. UserDir                public_html
  40. #MetaDir            {.web}
  41. #MetaSuffix            {.meta}
  42. #MaxContentLengthBuffer        {50 K}
  43.  
  44. #
  45. # *** URL TRANSLATION RULES ***
  46. #
  47.  
  48. #Redirect            /some_url/*            http://some_server/some_url/*
  49. #DefProt            <url_template>            <setup_file>            [<uid>.<gid>]
  50. #Protect            [<url_template>            <setup_file>            [<uid>.<gid>]
  51. Exec                /htbin/*            /usr/local/www/htbin/*
  52. Exec                /cgi-bin/*            /usr/local/www/cgi-bin/*
  53. #Map                <url_template>            <result>
  54. #Pass                <url_template>
  55. Pass                /*                /home/WWW/*
  56. #Fail                <url_template>
  57.  
  58. #
  59. # *** FILENAME SUFFIX DEFINITIONS ***
  60. #
  61.  
  62. #AddType            <.suffix>            <representation>        <encoding>    [<quality>]
  63. #AddEncoding            <.suffix>            <encoding>
  64. #AddLanguage            <.suffix>            <encoding>
  65. #SuffixCaseSense        {Off}
  66.  
  67. #
  68. # *** ACCESSORY SCRIPTS ***
  69. #
  70.  
  71. #Search                <search_script_pathname>
  72. #Post-Script            <post_handler_pathname>
  73. #Put-Script            <put_handler_pathname>
  74. #Delete-Script            <delete_handler_pathname>
  75.  
  76. #
  77. # *** DIRECTORY LISTINGS ***
  78. #
  79.  
  80. DirAccess            Selective
  81. #DirReadme            {Top}
  82. #FTPDirInfo            {Top}
  83. #DirShowIcons            {On}
  84. #DirShowBrackets        {On}
  85. #DirShowMinLength        {15}
  86. #DirShowMaxLength        {25}
  87. #DirShowDate            {On}
  88. #DirShowSize            {On}
  89. #DirShowBytes            {Off}
  90. #DirShowHidden            {Off}
  91. #DirShowOwner            {Off}
  92. #DirShowGroup            {Off}
  93. #DirShowMode            {Off}
  94. #DirShowDescription        {On}
  95. #DirShowHTMLTitles        {On}
  96. #DirShowMaxDescrLength        {25}
  97. #DirShowCase            {Off}
  98.  
  99. #
  100. # *** DIRECTORY ICONS ***
  101. #
  102.  
  103. #AddIcon            <icon_url>            <alt_text>            <url_template>
  104. #AddBlankIcon            <icon_url>            <alt_text>            <url_template>
  105. #AddUnknownIcon            <icon_url>            <alt_text>            <url_template>
  106. #AddDirIcon            <icon_url>            <alt_text>            <url_template>
  107. #AddParentIcon            <icon_url>            <alt_text>            <url_template>
  108.  
  109. #
  110. # *** LOGGING ***
  111. # (relative to ServerRoot if doesn's start with slash)
  112. #
  113.  
  114. AccessLog            logs/http.log
  115. #ProxyAccessLog            logs/proxy.log
  116. #CacheAccessLog            logs/http_cache.log
  117. ErrorLog            logs/http.error
  118. LogFormat            Common
  119. #LogTime            {LocalTime}
  120. #NoLog                <url_template>
  121.  
  122. #
  123. # *** TIMEOUTS ***
  124. #
  125.  
  126. #InputTimeOut            {2 mins}
  127. #OutputTimeOut            {20 mins}
  128. #ScriptTimeOut            {5 mins}
  129.  
  130. #
  131. # *** PROXY CACHING ***
  132. #
  133.  
  134. #Caching            {Off}
  135. #CacheRoot            <cache_root_directory>
  136. #CacheSize            {5 M}
  137. #NoCaching            <url_template>
  138. #CacheOnly            <url_template>
  139. #CacheClean            <url_template>            <time_period>
  140. #CacheUnused            <url_template>            <time_period>
  141. #CacheDefaultExpiry        <url_template>            <time_period>
  142. #CacheLastModifiedFactor    <factor>/<Off>
  143. #KeepExpired            {Off}
  144. #CacheTimeMargin        <time_period>
  145. #CacheNoConnect            {Off}
  146. #CacheExpiryCheck        {On}
  147. #Gc                {fn(Caching)}
  148. #GcDailyGc            <time>/<Off>
  149. #GcMemUsage            {500}
  150. #CacheLimit_1            {200 K}
  151. #CacheLimit_2            {4000 K}
  152. #CacheLockTimeOut        <fn(>OutputTimeOut)>
  153.  
  154. #
  155. # *** HANDLING MULTIPLE PROXIES ***
  156. #
  157.  
  158. #HTTP_Proxy            <outer_proxy_server>
  159. #FTP_Proxy            <outer_proxy_server>
  160. #Gopher_Proxy            <outer_proxy_server>
  161. #WAIS_Proxy            <outer_proxy_server>
  162. #No_Proxy            <domain,name,list>
  163.  
  164.